home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presentation Library 1993 Spring
/
ARPL-Spring-93-Partner-Edition.iso
/
Applications
/
Word Processing
/
Aldus Personal Press 2.0
/
PPPouch
/
Additions
/
SharedScript
/
SharedScript
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1992-05-29
|
333 b
|
20 lines
|
[
SGPA/SCPG
]
on ShareInit
put ":Additions:RunTimes" into thefile
if exists( file thefile) then
open file thefile
read from file thefile for 2000
add 1 to it
if it = 20 then
helpdialog 500, "How Are We Doing?"
end if
close file theFile
open file theFile
write it to file theFile
close file thefile
end if
end ShareInit